CSharpTest.Net
DbGuid Constructor(Boolean,Byte[],Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Data Namespace > DbGuid Structure > DbGuid Constructor : DbGuid Constructor(Boolean,Byte[],Int32)

littleEndian
bytes
offset

Glossary Item Box

Constructs a DbGuid from an array of 16 (or more) bytes beginning at the offset supplied. System.Guid.ToByteArray is little-endian, DbGuid.ToByteArray is in big-endian format.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal littleEndian As Boolean, _
   ByVal bytes() As Byte, _
   ByVal offset As Integer _
)
C# 
public DbGuid( 
   bool littleEndian,
   byte[] bytes,
   int offset
)

Parameters

littleEndian
bytes
offset

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys